1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '\"' at line 1

SELECT stores_dealers.Store_name as storename, states.State_name as statename, stores_dealers.City as city, stores_dealers.Phone as phone, stores_dealers.URL as url FROM states INNER JOIN stores_dealers ON states.State_id = stores_dealers.State_id where stores_dealers.State_id =2\"

[TEP STOP]